From bf0af792447d336c71c7099473b9468b3dea44a1 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 17 Jan 2021 18:53:58 -0600 Subject: [PATCH] Add a "light" error separator --- src/pgwui_common/static/pgwui.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index 481158f..8ebe1e2 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -38,6 +38,9 @@ .status { text-align: center; } HR.errorsep { color: grey; } +HR.lightsep { border-top: dotted; + border-bottom: 0px; + color: grey; } /* Alignment for data entry labels (mostly in tables). */ .label { text-align: right; } -- 2.34.1